x86/vmx: Drop enum handler_return
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 6 Dec 2017 17:58:00 +0000 (17:58 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 12 Feb 2018 11:08:33 +0000 (11:08 +0000)
commitb2fd2ec8e165837ff5d1a9ec8a816eaa622c8272
treef4247e1031efe68c95f44a25a7ad8c5f7bad1ba5
parent3a6719f40f8160a9a5924d16de51024003c2caa9
x86/vmx: Drop enum handler_return

They are straight aliases of the more common X86EMUL_* constants.  While
adjusting these, fix the case indentation where appropriate.

No functional change, confirmed by diff'ing the compiled binary.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmx.c